home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994…tember: Reference Library / Dev.CD Sep 94.toast / Periodicals / develop / develop Issue 18 / develop 18 code / OSA Sample / Sources / AEPrint.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-17  |  278 b   |  14 lines  |  [TEXT/KAHL]

  1. /*
  2.  *    AEPrint.h                                        Copyright ©1991 Apple Computer, Inc.
  3.  */
  4.  
  5. #ifdef THINK_C
  6. #pragma once                                        /* For THINK C users */
  7. #endif
  8.  
  9. #ifndef __AEPRINT__
  10. #define __AEPRINT__                                /* For poor MPW users :) */
  11.  
  12. OSErr AEPrint( AEDesc *desc, char *bufStr, long bufSize );
  13.  
  14. #endif